Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Item / Items / Ingredient / Life Essence Recipes / Ingredient_Life_Essence_Corn.json

Ingredient_Life_Essence_Corn

Server/Item/Items/Ingredient/Life Essence Recipes/Ingredient_Life_Essence_Corn.json, 752 B

Fields

FieldType
TranslationPropertiesobject
Variantboolean
Parentstring
ItemLevelnumber
Iconstring
Recipeobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Ingredient_Life_Essence.name",
    "Description": "server.items.Ingredient_Life_Essence.description"
  },
  "Variant": true,
  "Parent": "Ingredient_Life_Essence",
  "ItemLevel": 4,
  "Icon": "Icons/ItemsGenerated/Ingredient_Life_Essence_Corn.png",
  "Recipe": {
    "Input": [
      {
        "ItemId": "Plant_Crop_Corn_Item",
        "Quantity": 1
      }
    ],
    "Output": [
      {
        "ItemId": "Ingredient_Life_Essence",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [ 
      {
        "RequiredTierLevel": 3,
        "Type": "Crafting",
        "Id": "Farmingbench",
        "Categories": [
          "Essence"
        ]
      }
    ],
    "OutputQuantity": 1
  }
}